home *** CD-ROM | disk | FTP | other *** search
/ Shmoocon 2019 / Shmoocon2019.img / Animated Intro / cards.xml < prev    next >
Encoding:
Text File  |  2019-01-19  |  15.9 KB  |  583 lines

  1. card_3058.xml
  2. <?xml version="1.0" encoding="utf-8" ?>
  3. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  4. <card>
  5.     <id>3058</id>
  6.     <filler1>0</filler1>
  7.     <bitmap>BMAP_8535.pbm</bitmap>
  8.     <cantDelete> <false /> </cantDelete>
  9.     <showPict> <true /> </showPict>
  10.     <dontSearch> <false /> </dontSearch>
  11.     <owner>3936</owner>
  12.     <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
  13.     <part>
  14.         <id>1</id>
  15.         <type>field</type>
  16.         <visible> <true /> </visible>
  17.         <dontWrap> <false /> </dontWrap>
  18.         <dontSearch> <false /> </dontSearch>
  19.         <sharedText> <false /> </sharedText>
  20.         <fixedLineHeight> <false /> </fixedLineHeight>
  21.         <autoTab> <false /> </autoTab>
  22.         <lockText> <false /> </lockText>
  23.         <rect>
  24.             <left>168</left>
  25.             <top>268</top>
  26.             <right>291</right>
  27.             <bottom>335</bottom>
  28.         </rect>
  29.         <style>shadow</style>
  30.         <autoSelect> <false /> </autoSelect>
  31.         <showLines> <false /> </showLines>
  32.         <wideMargins> <false /> </wideMargins>
  33.         <multipleLines> <false /> </multipleLines>
  34.         <reservedFamily> 0 </reservedFamily>
  35.         <titleWidth>0</titleWidth>
  36.         <icon>0</icon>
  37.         <textAlign>left</textAlign>
  38.         <font>Geneva</font>
  39.         <textSize>12</textSize>
  40.         <textStyle>plain</textStyle>
  41.         <textHeight>16</textHeight>
  42.         <name></name>
  43.         <script></script>
  44.     </part>
  45.     <part>
  46.         <id>2</id>
  47.         <type>button</type>
  48.         <visible> <true /> </visible>
  49.         <reserved5> 0 </reserved5>
  50.         <reserved4> 0 </reserved4>
  51.         <reserved3> 0 </reserved3>
  52.         <reserved2> 0 </reserved2>
  53.         <reserved1> 0 </reserved1>
  54.         <enabled> <true /> </enabled>
  55.         <rect>
  56.             <left>296</left>
  57.             <top>274</top>
  58.             <right>365</right>
  59.             <bottom>330</bottom>
  60.         </rect>
  61.         <style>roundrect</style>
  62.         <showName> <true /> </showName>
  63.         <highlight> <false /> </highlight>
  64.         <autoHighlight> <false /> </autoHighlight>
  65.         <sharedHighlight> <true /> </sharedHighlight>
  66.         <family>0</family>
  67.         <titleWidth>0</titleWidth>
  68.         <icon>8979</icon>
  69.         <textAlign>center</textAlign>
  70.         <font>Chicago</font>
  71.         <textSize>12</textSize>
  72.         <textStyle>plain</textStyle>
  73.         <name>Play</name>
  74.         <script>on mouseUp
  75. hide menubar
  76. global delay
  77. lock screen   -- this clears the screen
  78. unlock screen -- this clears the screen
  79. -- This section determines speed of CPU being used
  80. put the ticks into startTime
  81. repeat 1000
  82. end repeat
  83. put (the ticks - startTime) into delay
  84. if delay > 2 then put 0 into delay
  85. else put 2 into delay
  86. repeat until the mouse is down
  87. repeat with i=1 to 11
  88. add 3 to i
  89. go to cd i
  90. wait delay ticks
  91. end repeat
  92. end repeat
  93. show menubar
  94. go to cd 2
  95. end mouseUp
  96.  
  97.  
  98.  
  99.  
  100. --  Written by A. Craig Warp
  101. --  in 1989 as a demonstration of
  102. --  PICT animation.  PICTs were
  103. --  created by using SWIVEL 3D
  104.  
  105.  
  106.  
  107. on DynoDemo
  108. Global delay
  109. --XLoc, Yloc are the x,y coordinates of the upper left corner
  110. put "1,2,3,4,5,6,7,8,9,9,9,9,9,5,4,3,2,1" into Seq1
  111. put "1,1,1,1,1,1,1,1,1" into Seq2
  112. put "1,2,3,4,5,8,9,10,11,12,13,14,15,16,15,14,13,12,13,14,15,16,17,"&┬¼
  113. "18,19,20,21,22,23,23,23,24,25,26,27" into Seq3
  114. put "27,28,29,30,31,32,33,34,34,34,33,32,31,30,29,28,27" into Seq4
  115. put "27,28,29,30,31,32,33,34,35,36,37,38,39,38,37,36,35,34,"&┬¼
  116. "33,33,33,34,35,36,37,38,39,40,41,42"into Seq5
  117. put Seq4 into Seq6
  118. put Seq4 into Seq7
  119. put "1,1,1,1,1,1,1,1" into Seq8
  120. put "42,41,40,39,38,37,36,35,34,33,33,33,"&┬¼
  121. "34,35,36,37,38,39,40,41,42" into Seq9
  122. put Seq9 into Seq10
  123. put Seq9 into Seq11
  124. put "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20" into Seq12
  125. put Seq12 into Seq13
  126. put 653 into n
  127. repeat until the mouse is down
  128. put random(13) into Rnum
  129. do "get Seq"&Rnum
  130. if Rnum > 11 then
  131. repeat with m = 1 to the number of items in it
  132. wait delay ticks
  133. GetPicture 500+m,0,65,209,343
  134. wait delay ticks
  135. GetPicture 600+(item m of it),251,0,513,128
  136. add 1 to n
  137. if n > 653 then put 651 into n
  138. wait delay ticks
  139. GetPicture n,194,191-Rnum,256,242-Rnum
  140. end repeat
  141. end if
  142. repeat with m = 1 to the number of items in it
  143. wait delay ticks
  144. GetPicture 500+(item m of it),0,65,209,343
  145. add 1 to n
  146. if n > 653 then put 651 into n
  147. wait delay ticks
  148. GetPicture n,194,191-Rnum,256,242-Rnum
  149. wait delay ticks
  150. end repeat
  151. end repeat
  152. end DynoDemo
  153.  
  154. </script>
  155.     </part>
  156.     <part>
  157.         <id>3</id>
  158.         <type>field</type>
  159.         <visible> <true /> </visible>
  160.         <dontWrap> <false /> </dontWrap>
  161.         <dontSearch> <false /> </dontSearch>
  162.         <sharedText> <false /> </sharedText>
  163.         <fixedLineHeight> <false /> </fixedLineHeight>
  164.         <autoTab> <false /> </autoTab>
  165.         <lockText> <false /> </lockText>
  166.         <rect>
  167.             <left>0</left>
  168.             <top>22</top>
  169.             <right>512</right>
  170.             <bottom>120</bottom>
  171.         </rect>
  172.         <style>transparent</style>
  173.         <autoSelect> <false /> </autoSelect>
  174.         <showLines> <false /> </showLines>
  175.         <wideMargins> <false /> </wideMargins>
  176.         <multipleLines> <false /> </multipleLines>
  177.         <reservedFamily> 0 </reservedFamily>
  178.         <titleWidth>0</titleWidth>
  179.         <icon>0</icon>
  180.         <textAlign>center</textAlign>
  181.         <font>Chubby Shadow</font>
  182.         <textSize>38</textSize>
  183.         <textStyle>italic</textStyle>
  184.         <textStyle>bold</textStyle>
  185.         <textHeight>50</textHeight>
  186.         <name></name>
  187.         <script></script>
  188.     </part>
  189.     <content>
  190.         <layer>card</layer>
  191.         <id>1</id>
  192.         <text>Play to start Ad
  193.  
  194. Hold down mouse to stop</text>
  195.     </content>
  196.     <content>
  197.         <layer>card</layer>
  198.         <id>3</id>
  199.         <text><span class="style3">ECONSTRUCTING
  200. DeFeNeStRaTe.C</span></text>
  201.     </content>
  202.     <name></name>
  203.     <script></script>
  204. </card>
  205.  
  206.  
  207. card_9519.xml
  208. <?xml version="1.0" encoding="utf-8" ?>
  209. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  210. <card>
  211.     <id>9519</id>
  212.     <filler1>0</filler1>
  213.     <bitmap>BMAP_9981.pbm</bitmap>
  214.     <cantDelete> <false /> </cantDelete>
  215.     <showPict> <true /> </showPict>
  216.     <dontSearch> <false /> </dontSearch>
  217.     <owner>2567</owner>
  218.     <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
  219.     <part>
  220.         <id>2</id>
  221.         <type>field</type>
  222.         <visible> <true /> </visible>
  223.         <dontWrap> <false /> </dontWrap>
  224.         <dontSearch> <false /> </dontSearch>
  225.         <sharedText> <false /> </sharedText>
  226.         <fixedLineHeight> <false /> </fixedLineHeight>
  227.         <autoTab> <false /> </autoTab>
  228.         <lockText> <false /> </lockText>
  229.         <rect>
  230.             <left>0</left>
  231.             <top>22</top>
  232.             <right>512</right>
  233.             <bottom>120</bottom>
  234.         </rect>
  235.         <style>transparent</style>
  236.         <autoSelect> <false /> </autoSelect>
  237.         <showLines> <false /> </showLines>
  238.         <wideMargins> <false /> </wideMargins>
  239.         <multipleLines> <false /> </multipleLines>
  240.         <reservedFamily> 0 </reservedFamily>
  241.         <titleWidth>0</titleWidth>
  242.         <icon>0</icon>
  243.         <textAlign>center</textAlign>
  244.         <font>Chubby Shadow</font>
  245.         <textSize>38</textSize>
  246.         <textStyle>italic</textStyle>
  247.         <textStyle>bold</textStyle>
  248.         <textHeight>50</textHeight>
  249.         <name></name>
  250.         <script></script>
  251.     </part>
  252.     <part>
  253.         <id>6</id>
  254.         <type>field</type>
  255.         <visible> <true /> </visible>
  256.         <dontWrap> <false /> </dontWrap>
  257.         <dontSearch> <false /> </dontSearch>
  258.         <sharedText> <false /> </sharedText>
  259.         <fixedLineHeight> <false /> </fixedLineHeight>
  260.         <autoTab> <false /> </autoTab>
  261.         <lockText> <false /> </lockText>
  262.         <rect>
  263.             <left>339</left>
  264.             <top>158</top>
  265.             <right>512</right>
  266.             <bottom>251</bottom>
  267.         </rect>
  268.         <style>transparent</style>
  269.         <autoSelect> <false /> </autoSelect>
  270.         <showLines> <false /> </showLines>
  271.         <wideMargins> <false /> </wideMargins>
  272.         <multipleLines> <false /> </multipleLines>
  273.         <reservedFamily> 0 </reservedFamily>
  274.         <titleWidth>0</titleWidth>
  275.         <icon>0</icon>
  276.         <textAlign>right</textAlign>
  277.         <font>MicroMedium</font>
  278.         <textSize>24</textSize>
  279.         <textStyle>plain</textStyle>
  280.         <textHeight>32</textHeight>
  281.         <name></name>
  282.         <script></script>
  283.     </part>
  284.     <content>
  285.         <layer>card</layer>
  286.         <id>1</id>
  287.         <text>DECONSTRUCTING
  288. DEFENESTRATE.C
  289. </text>
  290.     </content>
  291.     <content>
  292.         <layer>card</layer>
  293.         <id>2</id>
  294.         <text><span class="style3">ECONSTRUCTING
  295. DeFeNeStRaTe.C</span></text>
  296.     </content>
  297.     <content>
  298.         <layer>card</layer>
  299.         <id>3</id>
  300.         <text>Skytalks
  301. Friday
  302. 11am</text>
  303.     </content>
  304.     <content>
  305.         <layer>card</layer>
  306.         <id>4</id>
  307.         <text>Shmoocon
  308. Sunday
  309. 10am</text>
  310.     </content>
  311.     <content>
  312.         <layer>background</layer>
  313.         <id>5</id>
  314.         <text>Soldier of FORTRAN
  315. </text>
  316.     </content>
  317.     <name></name>
  318.     <script></script>
  319. </card>
  320.  
  321.  
  322. card_3812.xml
  323. <?xml version="1.0" encoding="utf-8" ?>
  324. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  325. <card>
  326.     <id>3812</id>
  327.     <filler1>0</filler1>
  328.     <bitmap>BMAP_4715.pbm</bitmap>
  329.     <cantDelete> <false /> </cantDelete>
  330.     <showPict> <true /> </showPict>
  331.     <dontSearch> <false /> </dontSearch>
  332.     <owner>2567</owner>
  333.     <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
  334.     <part>
  335.         <id>1</id>
  336.         <type>field</type>
  337.         <visible> <true /> </visible>
  338.         <dontWrap> <false /> </dontWrap>
  339.         <dontSearch> <false /> </dontSearch>
  340.         <sharedText> <false /> </sharedText>
  341.         <fixedLineHeight> <false /> </fixedLineHeight>
  342.         <autoTab> <false /> </autoTab>
  343.         <lockText> <false /> </lockText>
  344.         <rect>
  345.             <left>0</left>
  346.             <top>22</top>
  347.             <right>512</right>
  348.             <bottom>120</bottom>
  349.         </rect>
  350.         <style>transparent</style>
  351.         <autoSelect> <false /> </autoSelect>
  352.         <showLines> <false /> </showLines>
  353.         <wideMargins> <false /> </wideMargins>
  354.         <multipleLines> <false /> </multipleLines>
  355.         <reservedFamily> 0 </reservedFamily>
  356.         <titleWidth>0</titleWidth>
  357.         <icon>0</icon>
  358.         <textAlign>center</textAlign>
  359.         <font>Chubby Shadow</font>
  360.         <textSize>36</textSize>
  361.         <textStyle>plain</textStyle>
  362.         <textHeight>48</textHeight>
  363.         <name></name>
  364.         <script></script>
  365.     </part>
  366.     <content>
  367.         <layer>card</layer>
  368.         <id>1</id>
  369.         <text><span class="style2">ECONSTRUCTING
  370. DeFeNeStRaTe.C</span></text>
  371.     </content>
  372.     <content>
  373.         <layer>background</layer>
  374.         <id>2</id>
  375.         <text>Skytalks
  376. Friday
  377. 11am</text>
  378.     </content>
  379.     <content>
  380.         <layer>background</layer>
  381.         <id>5</id>
  382.         <text>Soldier of FORTRAN</text>
  383.     </content>
  384.     <name></name>
  385.     <script></script>
  386. </card>
  387.  
  388.  
  389. card_4529.xml
  390. <?xml version="1.0" encoding="utf-8" ?>
  391. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  392. <card>
  393.     <id>4529</id>
  394.     <filler1>0</filler1>
  395.     <bitmap>BMAP_5327.pbm</bitmap>
  396.     <cantDelete> <false /> </cantDelete>
  397.     <showPict> <true /> </showPict>
  398.     <dontSearch> <false /> </dontSearch>
  399.     <owner>2567</owner>
  400.     <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
  401.     <content>
  402.         <layer>background</layer>
  403.         <id>1</id>
  404.         <text>DECONSTRUCTING
  405. DeFeNeStRaTe.C</text>
  406.     </content>
  407.     <content>
  408.         <layer>background</layer>
  409.         <id>2</id>
  410.         <text>Skytalks
  411. Friday
  412. 11am</text>
  413.     </content>
  414.     <content>
  415.         <layer>background</layer>
  416.         <id>5</id>
  417.         <text>Soldier of FORTRAN</text>
  418.     </content>
  419.     <name></name>
  420.     <script></script>
  421. </card>
  422.  
  423.  
  424. card_4923.xml
  425. <?xml version="1.0" encoding="utf-8" ?>
  426. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  427. <card>
  428.     <id>4923</id>
  429.     <filler1>0</filler1>
  430.     <bitmap>BMAP_5404.pbm</bitmap>
  431.     <cantDelete> <false /> </cantDelete>
  432.     <showPict> <true /> </showPict>
  433.     <dontSearch> <false /> </dontSearch>
  434.     <owner>2567</owner>
  435.     <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
  436.     <content>
  437.         <layer>background</layer>
  438.         <id>1</id>
  439.         <text>DECONSTRUCTING
  440. DeFeNeStRaTe.C</text>
  441.     </content>
  442.     <content>
  443.         <layer>background</layer>
  444.         <id>2</id>
  445.         <text>Skytalks
  446. Friday
  447. 11am</text>
  448.     </content>
  449.     <content>
  450.         <layer>background</layer>
  451.         <id>5</id>
  452.         <text>Soldier of FORTRAN</text>
  453.     </content>
  454.     <name></name>
  455.     <script></script>
  456. </card>
  457.  
  458.  
  459. card_5770.xml
  460. <?xml version="1.0" encoding="utf-8" ?>
  461. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  462. <card>
  463.     <id>5770</id>
  464.     <filler1>0</filler1>
  465.     <bitmap>BMAP_7239.pbm</bitmap>
  466.     <cantDelete> <false /> </cantDelete>
  467.     <showPict> <true /> </showPict>
  468.     <dontSearch> <false /> </dontSearch>
  469.     <owner>2567</owner>
  470.     <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
  471.     <content>
  472.         <layer>background</layer>
  473.         <id>1</id>
  474.         <text>DECONSTRUCTING
  475. DeFeNeStRaTe.C</text>
  476.     </content>
  477.     <content>
  478.         <layer>background</layer>
  479.         <id>2</id>
  480.         <text>Skytalks
  481. Friday
  482. 11am</text>
  483.     </content>
  484.     <content>
  485.         <layer>background</layer>
  486.         <id>5</id>
  487.         <text>Soldier of FORTRAN</text>
  488.     </content>
  489.     <name></name>
  490.     <script></script>
  491. </card>
  492.  
  493.  
  494. card_6038.xml
  495. <?xml version="1.0" encoding="utf-8" ?>
  496. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  497. <card>
  498.     <id>6038</id>
  499.     <filler1>0</filler1>
  500.     <bitmap>BMAP_7665.pbm</bitmap>
  501.     <cantDelete> <false /> </cantDelete>
  502.     <showPict> <true /> </showPict>
  503.     <dontSearch> <false /> </dontSearch>
  504.     <owner>2567</owner>
  505.     <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
  506.     <content>
  507.         <layer>background</layer>
  508.         <id>1</id>
  509.         <text>DECONSTRUCTING
  510. DeFeNeStRaTe.C</text>
  511.     </content>
  512.     <content>
  513.         <layer>background</layer>
  514.         <id>2</id>
  515.         <text>Skytalks
  516. Friday
  517. 11am</text>
  518.     </content>
  519.     <content>
  520.         <layer>background</layer>
  521.         <id>5</id>
  522.         <text>Soldier of FORTRAN</text>
  523.     </content>
  524.     <name></name>
  525.     <script></script>
  526. </card>
  527.  
  528.  
  529. card_6176.xml
  530. <?xml version="1.0" encoding="utf-8" ?>
  531. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  532. <card>
  533.     <id>6176</id>
  534.     <filler1>0</filler1>
  535.     <bitmap>BMAP_7710.pbm</bitmap>
  536.     <cantDelete> <false /> </cantDelete>
  537.     <showPict> <true /> </showPict>
  538.     <dontSearch> <false /> </dontSearch>
  539.     <owner>2567</owner>
  540.     <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
  541.     <content>
  542.         <layer>background</layer>
  543.         <id>1</id>
  544.         <text>DECONSTRUCTING
  545. DeFeNeStRaTe.C</text>
  546.     </content>
  547.     <content>
  548.         <layer>background</layer>
  549.         <id>2</id>
  550.         <text>Skytalks
  551. Friday
  552. 11am</text>
  553.     </content>
  554.     <content>
  555.         <layer>background</layer>
  556.         <id>5</id>
  557.         <text>Soldier of FORTRAN</text>
  558.     </content>
  559.     <name></name>
  560.     <script></script>
  561. </card>
  562.  
  563.  
  564. card_6606.xml
  565. <?xml version="1.0" encoding="utf-8" ?>
  566. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  567. <card>
  568.     <id>6606</id>
  569.     <filler1>0</filler1>
  570.     <bitmap>BMAP_8010.pbm</bitmap>
  571.     <cantDelete> <false /> </cantDelete>
  572.     <showPict> <true /> </showPict>
  573.     <dontSearch> <false /> </dontSearch>
  574.     <owner>2567</owner>
  575.     <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
  576.     <content>
  577.         <layer>background</layer>
  578.         <id>1</id>
  579.         <text>DECONSTRUCTING
  580. DeFeNeStRaTe.C</text>
  581.     </content>
  582.     <content>
  583.         <layer>background</layer>
  584.         <id>2</id>
  585.         <text>Skytalks
  586. Friday
  587. 11am</text>
  588.     </content>
  589.     <content>
  590.         <layer>background</layer>
  591.         <id>5</id>
  592.         <text>Soldier of FORTRAN</text>
  593.     </content>
  594.     <name></name>
  595.     <script></script>
  596. </card>
  597.  
  598.  
  599. card_4182.xml
  600. <?xml version="1.0" encoding="utf-8" ?>
  601. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  602. <card>
  603.     <id>4182</id>
  604.     <filler1>0</filler1>
  605.     <bitmap>BMAP_8889.pbm</bitmap>
  606.     <cantDelete> <false /> </cantDelete>
  607.     <showPict> <true /> </showPict>
  608.     <dontSearch> <false /> </dontSearch>
  609.     <owner>2567</owner>
  610.     <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
  611.     <content>
  612.         <layer>background</layer>
  613.         <id>1</id>
  614.         <text>DECONSTRUCTING
  615. DeFeNeStRaTe.C</text>
  616.     </content>
  617.     <content>
  618.         <layer>background</layer>
  619.         <id>2</id>
  620.         <text>Skytalks
  621. Friday
  622. 11am</text>
  623.     </content>
  624.     <content>
  625.         <layer>background</layer>
  626.         <id>5</id>
  627.         <text>Soldier of FORTRAN</text>
  628.     </content>
  629.     <name></name>
  630.     <script></script>
  631. </card>
  632.  
  633.  
  634. card_9081.xml
  635. <?xml version="1.0" encoding="utf-8" ?>
  636. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  637. <card>
  638.     <id>9081</id>
  639.     <filler1>0</filler1>
  640.     <bitmap>BMAP_6695.pbm</bitmap>
  641.     <cantDelete> <false /> </cantDelete>
  642.     <showPict> <true /> </showPict>
  643.     <dontSearch> <false /> </dontSearch>
  644.     <owner>2567</owner>
  645.     <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
  646.     <content>
  647.         <layer>background</layer>
  648.         <id>1</id>
  649.         <text>DECONSTRUCTING
  650. DeFeNeStRaTe.C</text>
  651.     </content>
  652.     <content>
  653.         <layer>background</layer>
  654.         <id>2</id>
  655.         <text>Skytalks
  656. Friday
  657. 11am</text>
  658.     </content>
  659.     <content>
  660.         <layer>background</layer>
  661.         <id>5</id>
  662.         <text>Soldier of FORTRAN</text>
  663.     </content>
  664.     <name></name>
  665.     <script></script>
  666. </card>
  667.  
  668.  
  669. card_7076.xml
  670. <?xml version="1.0" encoding="utf-8" ?>
  671. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  672. <card>
  673.     <id>7076</id>
  674.     <filler1>0</filler1>
  675.     <bitmap>BMAP_8365.pbm</bitmap>
  676.     <cantDelete> <false /> </cantDelete>
  677.     <showPict> <true /> </showPict>
  678.     <dontSearch> <false /> </dontSearch>
  679.     <owner>2567</owner>
  680.     <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
  681.     <content>
  682.         <layer>background</layer>
  683.         <id>1</id>
  684.         <text>DECONSTRUCTING
  685. DeFeNeStRaTe.C</text>
  686.     </content>
  687.     <content>
  688.         <layer>background</layer>
  689.         <id>2</id>
  690.         <text>Skytalks
  691. Friday
  692. 11am</text>
  693.     </content>
  694.     <content>
  695.         <layer>background</layer>
  696.         <id>5</id>
  697.         <text>Soldier of FORTRAN</text>
  698.     </content>
  699.     <name></name>
  700.     <script></script>
  701. </card>
  702.  
  703.  
  704.